UnregisterIdle
Mac OSThe
UnregisterIdle
method removes the specified part and frame from the list of parts interested in receiving idle time.
void UnregisterIdle (in ODPart part, in ODFrame frame);
part
- A reference to a part that was receiving null events.
frame
- A reference to a frame that was receiving null events, or
kODNULL
if the part as a whole was receiving idle time.DISCUSSION
Your part calls this method when a frame is closed or removed.SEE ALSO
TheODDispatcher::SetIdleFrequency
method (page 123).
TheODDispatcher::RegisterIdle
method (page 121).
"Null Events" on page 194 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help